home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / games / 1-l / diggers1.dms / in.adf / S / run-sequence next >
Encoding:
Text File  |  1993-09-15  |  433 b   |  20 lines

  1. ; $VER: run-sequence 1.01 (15-09-93)
  2. ; Script to continually run Diggers for A1200 Floppy build.
  3.  
  4. Lab loop
  5.  
  6. ; Run the introduction sequence first ....
  7. Ram:RunWB >nil: <nil: sys:Intro
  8.  
  9. ; Now run the full game ....
  10. Ram:RunWB >nil: <nil: sys:Diggers
  11.  
  12. ; Play extroduction if any ....
  13. If EXISTS Ram:end_picture
  14.    Ram:RunWB >nil: <nil: Diggers_Disk_4:Outro
  15.    Ram:Delete >nil: ram:end_picture
  16.    Endif
  17.  
  18. ; Loop forever ....
  19. Skip loop back
  20.